Return to start page

Removes from the list all the elements with the specific value value. This reduces the list size by the amount of elements removed. Unlike method erase, which erases elements by their position, this method removes elements by their value. A similar method, removeIf, exists, which allows for a condition other than a plain value comparison to be performed on each element in order to determine the elements to be removed.

Brief Description

-

Source File

Core/General/Struct Vector.j

Object

backwards should be faster

Authors

-

See Objects

-

Todos

-